home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TCONTROLFORM / TCONTROLFORM.txt
Encoding:
Text File  |  1999-03-12  |  6.8 KB  |  285 lines

  1. object ControlForm: TControlForm
  2.   Left = 394
  3.   Top = 74
  4.   BorderStyle = bsDialog
  5.   Caption = 'Desktop Table Control Panel'
  6.   ClientHeight = 336
  7.   ClientWidth = 240
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDblClick = FormDblClick
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BitBtn1: TBitBtn
  21.     Left = 144
  22.     Top = 304
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&Close'
  26.     TabOrder = 0
  27.     OnClick = BitBtn1Click
  28.     NumGlyphs = 2
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 240
  34.     Height = 300
  35.     Align = alTop
  36.     TabOrder = 1
  37.     object PageControl1: TPageControl
  38.       Left = 1
  39.       Top = 1
  40.       Width = 238
  41.       Height = 298
  42.       ActivePage = SearchPage
  43.       Align = alClient
  44.       MultiLine = True
  45.       TabOrder = 0
  46.       OnChange = PageControl1Change
  47.       OnChanging = PageControl1Changing
  48.       object RangePage: TTabSheet
  49.         Caption = 'Index/Range'
  50.         OnEnter = RangePageEnter
  51.         OnExit = RangePageExit
  52.         object Label3: TLabel
  53.           Left = 8
  54.           Top = 8
  55.           Width = 65
  56.           Height = 13
  57.           Caption = 'Current index:'
  58.         end
  59.         object Label4: TLabel
  60.           Left = 8
  61.           Top = 64
  62.           Width = 88
  63.           Height = 13
  64.           Caption = 'Range restrictions:'
  65.         end
  66.         object StringGrid1: TStringGrid
  67.           Left = 2
  68.           Top = 90
  69.           Width = 226
  70.           Height = 105
  71.           ColCount = 3
  72.           DefaultColWidth = 70
  73.           DefaultRowHeight = 16
  74.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs]
  75.           TabOrder = 0
  76.           OnEnter = StringGrid1Enter
  77.           RowHeights = (
  78.             16
  79.             16
  80.             16
  81.             16
  82.             16)
  83.         end
  84.         object BitBtn7: TBitBtn
  85.           Left = 8
  86.           Top = 208
  87.           Width = 105
  88.           Height = 25
  89.           Caption = '&Clear range settings'
  90.           TabOrder = 1
  91.           OnClick = BitBtn7Click
  92.         end
  93.         object BitBtn8: TBitBtn
  94.           Left = 120
  95.           Top = 208
  96.           Width = 105
  97.           Height = 25
  98.           Caption = '&Apply range settings'
  99.           TabOrder = 2
  100.           OnClick = BitBtn8Click
  101.         end
  102.         object ComboBox1: TComboBox
  103.           Left = 40
  104.           Top = 24
  105.           Width = 145
  106.           Height = 21
  107.           Style = csDropDownList
  108.           ItemHeight = 13
  109.           TabOrder = 3
  110.           OnChange = ComboBox1Change
  111.         end
  112.       end
  113.       object FilterPage: TTabSheet
  114.         Caption = 'Filter settings'
  115.         object Label2: TLabel
  116.           Left = 16
  117.           Top = 136
  118.           Width = 45
  119.           Height = 13
  120.           Caption = 'Filter text:'
  121.         end
  122.         object GroupBox3: TGroupBox
  123.           Left = 24
  124.           Top = 8
  125.           Width = 185
  126.           Height = 41
  127.           Caption = 'Filter status '
  128.           TabOrder = 0
  129.           object FilteringCB: TCheckBox
  130.             Left = 8
  131.             Top = 16
  132.             Width = 97
  133.             Height = 17
  134.             Caption = 'Filtering on'
  135.             TabOrder = 0
  136.           end
  137.         end
  138.         object GroupBox2: TGroupBox
  139.           Left = 24
  140.           Top = 56
  141.           Width = 185
  142.           Height = 65
  143.           Caption = 'Filtering options '
  144.           TabOrder = 1
  145.           object PartialMatchCB: TCheckBox
  146.             Left = 8
  147.             Top = 16
  148.             Width = 97
  149.             Height = 17
  150.             Caption = 'Partial matches'
  151.             TabOrder = 0
  152.           end
  153.           object CaseInsensCB: TCheckBox
  154.             Left = 8
  155.             Top = 40
  156.             Width = 97
  157.             Height = 17
  158.             Caption = 'Case insensitive matches'
  159.             TabOrder = 1
  160.           end
  161.         end
  162.         object FilterEdit: TEdit
  163.           Left = 16
  164.           Top = 160
  165.           Width = 193
  166.           Height = 21
  167.           TabOrder = 2
  168.         end
  169.         object BitBtn2: TBitBtn
  170.           Left = 88
  171.           Top = 208
  172.           Width = 123
  173.           Height = 25
  174.           Caption = '&Apply filter settings'
  175.           TabOrder = 3
  176.           OnClick = BitBtn2Click
  177.         end
  178.       end
  179.       object BookmarkPage: TTabSheet
  180.         Caption = 'Current bookmarks'
  181.         object Label1: TLabel
  182.           Left = 16
  183.           Top = 16
  184.           Width = 93
  185.           Height = 13
  186.           Caption = 'Current Bookmarks:'
  187.         end
  188.         object ListBox1: TListBox
  189.           Left = 0
  190.           Top = 32
  191.           Width = 121
  192.           Height = 137
  193.           ItemHeight = 13
  194.           TabOrder = 0
  195.         end
  196.         object BitBtn3: TBitBtn
  197.           Left = 128
  198.           Top = 40
  199.           Width = 100
  200.           Height = 25
  201.           Caption = '&Add bookmark'
  202.           TabOrder = 1
  203.           OnClick = BitBtn3Click
  204.         end
  205.         object BitBtn4: TBitBtn
  206.           Left = 128
  207.           Top = 72
  208.           Width = 100
  209.           Height = 25
  210.           Caption = 'D&elete bookmark'
  211.           TabOrder = 2
  212.           OnClick = BitBtn4Click
  213.         end
  214.         object BitBtn6: TBitBtn
  215.           Left = 128
  216.           Top = 104
  217.           Width = 100
  218.           Height = 25
  219.           Caption = '&Clear all bookmarks'
  220.           TabOrder = 3
  221.           OnClick = BitBtn6Click
  222.         end
  223.         object BitBtn5: TBitBtn
  224.           Left = 128
  225.           Top = 136
  226.           Width = 100
  227.           Height = 25
  228.           Caption = '&Go to bookmark'
  229.           TabOrder = 4
  230.           OnClick = BitBtn5Click
  231.         end
  232.       end
  233.       object SearchPage: TTabSheet
  234.         Caption = 'Search'
  235.         OnEnter = SearchPageEnter
  236.         OnExit = SearchPageExit
  237.         object GroupBox4: TGroupBox
  238.           Left = 24
  239.           Top = 8
  240.           Width = 185
  241.           Height = 65
  242.           Caption = 'Searching options '
  243.           TabOrder = 0
  244.           object LocateKeyCB: TCheckBox
  245.             Left = 32
  246.             Top = 16
  247.             Width = 97
  248.             Height = 17
  249.             Caption = 'Partial matches'
  250.             TabOrder = 0
  251.             OnClick = LocateCaseCBClick
  252.           end
  253.           object LocateCaseCB: TCheckBox
  254.             Left = 32
  255.             Top = 40
  256.             Width = 97
  257.             Height = 17
  258.             Caption = 'Case insensitive matches'
  259.             TabOrder = 1
  260.             OnClick = LocateCaseCBClick
  261.           end
  262.         end
  263.         object BitBtn9: TBitBtn
  264.           Left = 8
  265.           Top = 216
  266.           Width = 129
  267.           Height = 25
  268.           Caption = '&Clear search settings'
  269.           TabOrder = 1
  270.           OnClick = BitBtn9Click
  271.         end
  272.         object BitBtn10: TBitBtn
  273.           Left = 144
  274.           Top = 216
  275.           Width = 73
  276.           Height = 25
  277.           Caption = '&Search'
  278.           TabOrder = 2
  279.           OnClick = BitBtn10Click
  280.         end
  281.       end
  282.     end
  283.   end
  284. end
  285.